ANativeWindow_toSurface

Return a Java Surface object derived from the ANativeWindow, for interacting with it through Java code. The returned Java object acquires a reference on the ANativeWindow; maintains it through general Java object's life cycle; and will automatically release the reference when the Java object gets garbage collected.

extern (C) nothrow @nogc
jobject
ANativeWindow_toSurface
(
JNIEnv* env
,
ANativeWindow* window
)

Meta